DDE support plug-in v1.3
(c) 2001 Peter Pawlowski
http://www.blorp.com/~peter/

syntax:
topic: "SYSTEM" , service name: "WINAMP" , commands: open("c:\blah.mp3") , add("c:\blah.mp3"), etc.
mIRC syntax:
/dde -e winamp system play("c:\blah.mp3")

available commands:
* open("file-path"), play("file-path")
* open_imm("file-path") (bypasses enqueue delay hack, forces open action instead of enqueue when called consecutively)
* enqueue("file-path"), add("file-path")
* prev, next, play, pause, stop, fadeout, openfile, openurl, info, vis, repeat, shuffle, jump, skin, close, visconfig, ontop, fastforward, fastrewind, stopaftercurrent, about, doublesize
* WM_COMMAND(x) where x is WM_COMMAND message identifier (decimal) - see winamp.com developer section for more info.

changes since v1.0:
- misc tweaks to allow trouble-free explorer operation
- included reg file for explorer associations
changes since v1.1:
- config window, built-in registry stuff
- removed reg file (no longer needed)
- should be somewhat less likely to mess up explorer
changes since v1.2:
- rewritten internal structure, tons of new commands